home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-13 | 7.7 KB | 155 lines |
- #
- # Copyright (C) 1991 Texas Instruments Incorporated.
- #
- # Permission is granted to any individual or institution to use, copy, modify,
- # and distribute this software, provided that this complete copyright and
- # permission notice is maintained, intact, in all copies and supporting
- # documentation.
- #
- # Texas Instruments Incorporated provides this software "as is" without
- # express or implied warranty.
- #
-
- include ../../../Makedefs
- include ../../Makedefs
-
- SOURCES = test_BT.C test_AVL.C test_nodes.C test_NT.C
- OBJECTS = $(SOURCES:.C=.o)
- PROGRAMS = $(OBJECTS:.o=.x)
- RESULTS = $(PROGRAMS:.x=.out)
-
- include ../../../Maketeststargs
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
- test_BT.o: /usr/lang/SC1.0/include/CC/string.h
- test_BT.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- test_BT.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- test_BT.o: /usr/lang/SC1.0/include/CC/memory.h
- test_BT.o: /usr/lang/SC1.0/include/CC/stream.h
- test_BT.o: /usr/lang/SC1.0/include/CC/iostream.h
- test_BT.o: /usr/lang/SC1.0/include/CC/iomanip.h
- test_BT.o: /usr/lang/SC1.0/include/CC/generic.h
- test_BT.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- test_BT.o: /usr/lang/SC1.0/include/CC/stdio.h
- test_BT.o: /usr/lang/SC1.0/include/CC/fstream.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/misc.h
- test_BT.o: /usr/lang/SC1.0/include/CC/values.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/defs.h
- test_BT.o: /usr/lang/SC1.0/include/CC/stdlib.h
- test_BT.o: /usr/lang/SC1.0/include/CC/stddef.h
- test_BT.o: /usr/lang/SC1.0/include/CC/pwd.h
- test_BT.o: /usr/lang/SC1.0/include/CC/errno.h
- test_BT.o: /usr/lang/SC1.0/include/CC/sys/errno.h
- test_BT.o: /usr/lang/SC1.0/include/CC/sys/types.h
- test_BT.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
- test_BT.o: /usr/lang/SC1.0/include/CC/malloc.h
- test_BT.o: /usr/lang/SC1.0/include/CC/alloca.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- test_BT.o: /usr/lang/SC1.0/include/CC/new.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
- test_BT.o: /home/etamin/u0/nguyen/cool/include/test.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/string.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/memory.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/stream.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/iostream.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/iomanip.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/generic.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/stdio.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/fstream.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/misc.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/values.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/defs.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/stdlib.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/stddef.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/pwd.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/errno.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/sys/errno.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/sys/types.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/malloc.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/alloca.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- test_AVL.o: /usr/lang/SC1.0/include/CC/new.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/test.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
- test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.C
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/test.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/string.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/c_varieties.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/memory.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stream.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/iostream.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/iomanip.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/generic.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stdiostream.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stdio.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/fstream.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/misc.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/values.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/defs.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stdlib.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stddef.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/pwd.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/errno.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/sys/errno.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/sys/types.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/malloc.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/alloca.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/stdarg.h
- test_nodes.o: /usr/lang/SC1.0/include/CC/new.h
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.C
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.C
- test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
- test_NT.o: /home/etamin/u0/nguyen/cool/include/test.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
- test_NT.o: /usr/lang/SC1.0/include/CC/stdarg.h
- test_NT.o: /usr/lang/SC1.0/include/CC/new.h
- test_NT.o: /usr/lang/SC1.0/include/CC/stddef.h
- test_NT.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.C
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.C
- test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.C
-